Schema Operations
Schema for directory entries/objects
public interface DSContext extends Context {
public DSContext getSchema(Name name) throws NamingException;
public DSContext getSchemaClassDefinition(Name name) throws NamingException;
}
Schema for attributes of directory entries/objects
public class Attribute {
public DSContext getAttributeDefinition();
public DSContext getAttributeSyntaxDefinition();
}

Return to Tracks